Release 10.1A: OpenEdge Data Management:
SQL Reference


DROP TRIGGER

Deletes a trigger.

Syntax

DROP TRIGGER [ owner_name.]trigger_name ; 

owner_name

Specifies the owner of the trigger.

trigger_name

Names the trigger to drop.

Example

DROP TRIGGER sal_check ; 

Authorization

Must have DBA privilege or ownership of the trigger.

Related statements

CREATE TRIGGER


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095